-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for using multiple compose files #2290
Conversation
@@ -37,7 +37,7 @@ GITCOMMIT := $(shell git rev-parse --short HEAD 2>/dev/null) | |||
default: docs | |||
|
|||
docs: docs-build | |||
$(DOCKER_RUN_DOCS) -p $(if $(DOCSPORT),$(DOCSPORT):)8000 -e DOCKERHOST "$(DOCKER_DOCS_IMAGE)" hugo server --port=$(DOCSPORT) --baseUrl=$(HUGO_BASE_URL) --bind=$(HUGO_BIND_IP) | |||
$(DOCKER_RUN_DOCS) -p $(if $(DOCSPORT),$(DOCSPORT):)8000 -e DOCKERHOST "$(DOCKER_DOCS_IMAGE)" hugo server --port=$(DOCSPORT) --baseUrl=$(HUGO_BASE_URL) --bind=$(HUGO_BIND_IP) --watch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @SvenDowideit as well on this change. I'm pretty sure the old setup wasn't setting the correct volume path. With this I was able to see my changes immediately by just refreshing.
I hear hugo does livereload as well, but I don't see it injecting the livereload.js
921f3ce
to
d688965
Compare
Ok, "We" is now purged from the docs |
LGTM Thank you Daniel. |
service, the local value either *override*s or *extend*s the definition of the | ||
original service. This works differently for other configuration options. | ||
If a configuration option is defined in both the original service the local | ||
service, the local value *replaces* or *rextends* the original value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "rextends"
4c37a92
to
f5b8c3f
Compare
Start restructuring extends docs in preparation for adding documentation about using multiple compose files. Signed-off-by: Daniel Nephin <[email protected]>
…e refreshed. Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
f5b8c3f
to
e503e08
Compare
LGTM |
Docs for using multiple compose files
Resolves #2141, #2289, also related to #1784 and #1786
cc @moxiegirl , @bfirsh